docs: fix agent-team uninstall label and add manual re-dispatch examples#83
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
…examples
- README.md uninstall section listed `state:in-progress` which doesn't
exist; the correct label created by the install skill is
`agent-team:reviewed`. Fixes the stale label name.
- catalog/agent-team/README.md step 4 now includes concrete
`gh workflow run` commands for re-dispatching each agent role manually.
Each workflow reads inputs via `${{ github.event.inputs.* }}` (fixed in
PR #69); the examples make the correct `-f` flags explicit so users can
retry a stuck stage without guessing the input names.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Two documentation fixes, both related to the agent-team pattern:
1. Wrong label name in uninstall instructions (
README.md)The uninstall section listed
state:in-progressas one of the seven agent-team labels to delete. That label does not exist. The actual seventh label — created by/install-agent-teamand used by the reviewer — isagent-team:reviewed. The surrounding label count ("seven labels") was correct; only the name was wrong.Before:
After:
2. Concrete manual re-dispatch examples (
catalog/agent-team/README.md)"Kicking off a task" step 4 said users could manually
gh workflow runa role to retry a stuck stage, but gave no concrete commands. PR #69 fixedworkflow_dispatchinput propagation so manual dispatches now work correctly (inputs read via$\{\{ github.event.inputs.* }}). Without examples, users still have to guess the exact-fflag names.The step now includes copy-paste
gh workflow runcommands for all four re-dispatch scenarios:Test plan
agent-team:reviewedappears inSKILL.mdlabel create commands (it does — line 80)agent-team:reviewedappears incatalog/agent-team/README.mdprerequisites (it does — line 100)state:in-progressremains in the repogh workflow runinput flag names match theworkflow_dispatch.inputskeys in each agent.mdfile🤖 Generated with [Claude Code]((claude.com/redacted)